The Dreamweaver JavaScript API > Behavior functions > dom.reapplyBehaviors()

 

dom.reapplyBehaviors()

Availability

Dreamweaver 3.0

Description

Checks to make sure that the functions associated with any behavior calls on the specified node are in the HEAD of the document, and inserts them if they are missing.

Arguments

{elementNode}

elementNode is an element node within the current document. If the argument is omitted, Dreamweaver checks all element nodes in the document for orphaned behavior calls.

Returns

Nothing.

Enabler

None.